if (do_name() != 'Home') : ?>
Reference | fontsize()
endif ?> Syntax
fontsize(fontsize)
Description Sets the current font size. All text() commands following the fontsize() command will be drawn in this font size. Font size is measured in units of points.
Returns the current font size
Example
include("util/comment.php"); ?>
fill(0.2) font("Helvetica") fontsize(35) text("hello", 10, 50)